remove useless member "has_title" from the private struct and simply set
authorMichael Natterer <mitch@imendio.com>
Tue, 11 Sep 2007 18:54:00 +0000 (18:54 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 11 Sep 2007 18:54:00 +0000 (18:54 +0000)
commita5bebb2e7bb43cbd01f058adb168c07ef7dc5263
tree2859dc8f7a47a2a7a71f0b74971b09f99851252b
parent7b6c536cc7f6494ba59d8ee4b7d7fb4b2c48dbcd
remove useless member "has_title" from the private struct and simply set

2007-09-11  Michael Natterer  <mitch@imendio.com>

* gtk/gtkfilechooserbutton.c: remove useless member "has_title"
from the private struct and simply set the default title in
constructor() whenever we create a dialog or the supplied one has
no title. Also accept RESPONSE_ACCEPT *and* RESPONSE_OK as
affirmative responses and document that accordingly. Fixes bug
#436576. Fixed all compiler warnings in the file.

svn path=/trunk/; revision=18796
ChangeLog
gtk/gtkfilechooserbutton.c